String Schema
IncludedExtraCommonType Complex Type
Description
Included extra information
Namespace http://string.drv.de/xmlschema/string
Diagram
Identifier Element Sequence AssignedTravellers Element Sequence IncludedExtraCommonType Complex Type
Overview
IncludedExtraCommonType
Included extra information
Sequence
AssignedTravellers optional IdentifiersType Complex Type
List of traveller identifiers assigned to this included extra
Source
<xs:complexType name="IncludedExtraCommonType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Included extra information</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="AssignedTravellers" type="IdentifiersType" nillable="true" minOccurs="0">
      <xs:annotation>
        <xs:documentation>List of traveller identifiers assigned to this included extra</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.